docs: EFI configuration file must be ASCII type
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 23 Oct 2014 08:24:19 +0000 (10:24 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 23 Oct 2014 08:24:19 +0000 (10:24 +0200)
Currently Xen can only read the configuration file if it is in ASCII
format. If it is in CHAR16 or CHAR8 it will choke. One way to verify
this is to use 'file':

xen.cfg:        ASCII text
xen-char16.cfg: Little-endian UTF-16 Unicode text, with CRLF, CR line terminators

The latter is no good.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
docs/misc/efi.markdown

index ad8da9308f4a8fafccb7705c4c275a2ba22d783b..5e48aa36b13b79e22d49830a196c2b6dd16fabba 100644 (file)
@@ -34,7 +34,8 @@ The configuration file consists of one or more sections headed by a section
 name enclosed in square brackets, with individual values specified in each
 section. A section named `[global]` is treated specially to allow certain
 settings to apply to all other sections (or to provide defaults for certain
-settings in case individual sections don't specify them). A typical file would
+settings in case individual sections don't specify them). This file (for now)
+needs to be of ASCII type and not e.g. UTF-8 or UTF-16. A typical file would
 thus look like this (`#` serving as comment character):
 
     **************************example begin******************************